REALSQLdatabase.ShortColumnNames Property

Syntax

ShortColumnNames as Boolean


If True, REALSQLdatabase will use the column names as they appear in table schemas for query results whenever it can. Aliased columns and ambiguous columns will be fully qualified.

If False, REALSQLdatabase will return column names exactly as they appeared in the original query. The default value is True.